home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 2.iso / quit.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1996-07-06  |  143 b   |  7 lines

  1. on exitFrame
  2.   global quitlist
  3.   set a to getAt(quitlist, random(count(quitlist)))
  4.   deleteAt(quitlist, getPos(quitlist, a))
  5.   go("B" & a)
  6. end
  7.